home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 010a / adi10.zip / ADI10.DOC next >
Text File  |  1991-12-15  |  2KB  |  61 lines

  1. Program:        All Drive Info
  2. Version:        1.0
  3. Author:         George Spafford
  4. Date:           December 15, 1991
  5.  
  6. Puurpose:
  7.  
  8. To identify all drives on a system and display relevant information
  9. about each drive.
  10.  
  11. Procedure:
  12.  
  13. Invoke ADI as "DRIVES".  Either it should be in your path statement or
  14. you should have it in the active directory.  When it is run, it will map
  15. all valid drives from A to Z.  It will then return the following information:
  16.  
  17. DRV             Drive Letter
  18. Total Size      Total storage capacity of the drive in bytes
  19. Bytes Free      Remaining drive space that has not been allocated yet
  20. % Used          Percent of the drive that has not been used in bytes:
  21.                 Calcuated as ((Total Size - Bytes Free)/Total Size)*100)
  22. B/S             Bytes per Sector
  23. S/C             Sectors per Cluster
  24. B/C             Bytes per Cluster  (Bytes per Sector * Sectors per Cluster)
  25. RDir            Number of directory entries in the root directory.
  26. FDir            Number of files in the root directory.
  27.  
  28. ADI is distributed as shareware.  It is not public domain.  If the program
  29. is found to be useful after thirty days from its initial use, it should be
  30. registered.  This program is $5 U.S. to register for each concurrently used
  31. copy.  If you have any comments, I would like to hear them as well.
  32.  
  33.                 Sincerely,
  34.  
  35.                 George Spafford
  36.                 3001 LakeShore Drive, #329
  37.                 St. Joseph, MI 49085
  38.  
  39.         Data:  (616) 468-5026  Queued Access BBS 14.4Kb USR Dual HST
  40.                                FIDOnet: 1:2340/0 NEC/NC Site
  41.                                Sysop:   Tim Akright
  42.  
  43. ADI AND ALL OF ITS COMPONENT FILES ARE DISTRIBUTED AS IS.
  44. THE AUTHOR (GEORGE SPAFFORD) MAKES NO WARRANTY OF ANY KIND, EXPRESSED OR 
  45. IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY OR 
  46. FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THIS SOFTWARE AND 
  47. DOCUMENTATION. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DAMAGES, 
  48. INCLUDING LOST PROFITS, LOST SAVINGS, OR ANY OTHER INCIDENTAL OR 
  49. CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF OR THE INABILITY TO USE 
  50. THIS PROGRAM.
  51. -------------------------------------------------------------------------
  52.         
  53.  
  54.                                                                                        
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.